org.eclipse.vtp.framework.spi
Interface IRunnableCommandVisitor

All Superinterfaces:
ICommandVisitor
All Known Implementing Classes:
DeploymentExecution

public interface IRunnableCommandVisitor
extends ICommandVisitor

A visitor for the base runnable command.

Author:
Lonnie Pryor

Method Summary
 java.lang.Object visitRunnable(IRunnableCommand runnableCommand)
          Called when passed to a runnable command.
 
Methods inherited from interface org.eclipse.vtp.framework.spi.ICommandVisitor
visitUnknown
 

Method Detail

visitRunnable

java.lang.Object visitRunnable(IRunnableCommand runnableCommand)
                               throws java.lang.NullPointerException
Called when passed to a runnable command.

Parameters:
runnableCommand - The command to visit.
Returns:
An implementation-specific result.
Throws:
java.lang.NullPointerException - If the supplied command is null.